home *** CD-ROM | disk | FTP | other *** search
- JavaScript support in WebWasher
- ===============================
-
-
- 1.1 Supported functionality
- -----------------------
-
- bool isPlainHostName ( char *host )
-
- bool dnsDomainIs ( char *host, char *domain )
-
- bool localHostOrDomainIs ( char *host, char *hostdom )
-
- bool isResolvable ( char *host )
-
- bool isInNet ( char *host, char *pattern, char *mask )
-
- char *dnsResolve ( char *host )
-
- char *myIpAddress ( void )
-
- (Note: As of now always returns "127.0.0.1")
-
- int dnsDomainLevels ( char *host )
-
- bool shExpMatch ( char *str, char *shexp )
-
- [else] if ( <boolean expression> ) [{] ... [}]
-
- return "..." [+ "..." []]
-
- <string>.substring ( int start, int end )
-
-
-
- 1.2 Currently not supported functions
- ---------------------------------
-
- bool weekdayRange ( char *wd1, char *wd2, char *gmt )
-
- bool dateRange ( int day1, char *month1, int year1, int day2, char *month2, int year2, char *gmt )
-
- bool timeRange ( int hour1, int min1, int sec1, int hour2, int min2, int sec2, char *gmt )
-
- And all other JavaScript functionality not listed under 1.1
-
-